home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / music4.zip / PRUN.HLP (.txt) < prev    next >
Clarion Help  |  1988-09-26  |  12KB  |  259 lines

  1. r FUNCKEYS
  2.  This error can only occur in one of two ways.  Either a 
  3.  CLARION program was executed which had errors in it, or 
  4.  there is a problem  in  the  Processor or the Compiler. 
  5.  If there  were no errors in the module, then this error 
  6.  should be reported to Clarion Software Corp.
  7.  Press Enter for more or Esc to return to the Processor  
  8. !9//!
  9. ifFUNCKEYS
  10. An attempt was made to access an invalid drive
  11. Press Enter for more help or Esc to return to Processor
  12. FFUNCKEYS
  13.  The  Processor  could  not find  the specified program 
  14.  module to load. Check the  path and/or spelling of the 
  15.  program name or the module names in the MAP structure. 
  16.  Check the program name given in any CHAIN or CALL
  17.  statements.
  18.  Press Enter for more or Esc to return to the Processor 
  19. !8//!
  20. FFUNCKEYS
  21.  The file name given or its key files or memo files could 
  22.  not be found.  Check for spelling errors or an incorrect 
  23.  path.
  24.   Press Enter for more or Esc to return to the Processor  
  25. !://!!
  26. FUNCKEYS
  27.   The procedure or function  name specified in the MAP  
  28.   structure as being contained in a certain MODULE was  
  29.   not found in that MODULE.
  30.  Press Enter for more or Esc to return to the Processor 
  31. !8//!
  32. FUNCKEYS
  33. A  subscript  of  a dimentioned (DIM) variable was
  34. greater than the defined maximum or equal to zero.
  35.  Press Enter for more or Esc to return to the Processor 
  36. !8//!
  37. FUNCKEYS
  38.  The number of parameters passed to a function or procedure 
  39.  was  greater  than  the  number defined in the function or 
  40.  procedure declaration. If the procedure or function  is in 
  41.  a BINARY MODULE, then the number of parameters passed must 
  42.  be exactly equal to the definition in the BINARY MODULE.
  43. Press Enter for more or Esc to return to the Processor
  44. FUNCKEYS
  45.  A procedure (PROC) defined in a BINARY MODULE in the MAP 
  46.  structure was defined as a function in the .BIN file.
  47.   Press Enter for more or Esc to return to the Processor  
  48. !://!!
  49. FUNCKEYS
  50.  A function (FUNC) defined in a BINARY MODULE in the MAP  
  51.  structure was defined as a procedure in the .BIN file.
  52. Press Enter for more or Esc to return to the Processor 
  53. FUNCKEYS
  54.  A parameter of a procedure or function was defined as  
  55.  EXTERNAL, but was not passed, and therefore cannot be  
  56.  assigned to or used in an expression.
  57.  Press Enter for more or Esc to return to the Processor 
  58. !8//!
  59.  iFUNCKEYS
  60. The halt was due to an invalid numeric operation.
  61. Press Enter for more help or Esc to return to Processor
  62. FFUNCKEYS
  63. Data file does not match program.  The file definition
  64. in the .DAT file is different than the file definition
  65. in the Clarion source(.CLA) file.
  66. FUNCKEYS
  67.  A procedure or function was called from a procedure or 
  68.  function that was  defined as part of an OVERLAY area, 
  69.  and this will cause the calling procedure or function  
  70.  to overlay itself.
  71.  Press Enter for more or Esc to return to the Processor 
  72. !8//!
  73. cuFUNCKEYS
  74. The specified path for a file was not found.  Check to
  75. see if the specified path exists.
  76.  Press Enter for more help or Esc to return to Processor 
  77. !9//!
  78. FUNCKEYS
  79. The data file is in a corrupt format.
  80. The Processor is not able to use this data file.
  81.  Press Enter for more or Esc to return to the Processor 
  82. !8//!
  83. FUNCKEYS
  84.  An attempt was made to access a file that was not open.
  85.  Press Enter for more or Esc to return to the Processor 
  86. !8//!
  87. FUNCKEYS
  88. The key files for this data file are corrupt.
  89. Use the Sorter to rebuild the key files.
  90.  Press Enter for more or Esc to return to the Processor 
  91. !8//!
  92. FUNCKEYS
  93.   The maximum number of keys allowed has been exceeded. 
  94.   Reduce the number of keys for this file.
  95.  Press Enter for more or Esc to return to the Processor 
  96. !8//!
  97. ntFUNCKEYS
  98. An attempt was made to open more files than is allowed. 
  99. Increase the 'files =' command in your CONFIG.SYS.
  100. Note:  If running under a network, sometimes the network
  101. shell will restrict the maximum number of files  
  102. allowed open at one time.
  103.  Press Enter for more help or Esc to return to Processor
  104. !8//!
  105. !8FUNCKEYS
  106.  This error occurs  when  global  data has been changed 
  107.  and a Stream Compile was not done. This module was not 
  108.  recompiled after a change was made to the global data. 
  109.  Global data is the data declared in the PROGRAM module.
  110.  Press Enter for more or Esc to return to the Processor 
  111. !8//!
  112. FUNCKEYS
  113.   The MODULE given in the MAP structure was not a valid 
  114.   CLARION MODULE file.
  115.  Press Enter for more or Esc to return to the Processor 
  116. !8//!!
  117. !///!
  118. FUNCKEYS
  119. The specified data file has an invalid file name.
  120. Check spelling or length of the given filename.
  121.  Press Enter for more or Esc to return to the Processor 
  122. !8//!
  123. FFUNCKEYS
  124. Key file must be rebuilt.
  125. FUNCKEYS
  126.  The data file has an invalid FILE or RECORD declaration. 
  127.  Consult the source program for correction.
  128.   Press Enter for more or Esc to return to the Processor  
  129. !://!!
  130. GFUNCKEYS
  131.  The  CLARION  Debugger  requires  the  .SYM  file of the 
  132.  MODULE being debugged to be in  the  same  directory  as 
  133.  loaded MODULE. The Debugger  is invoked when ever a STOP 
  134.  statement is executed, the Control-Break key is pressed, 
  135.  a  Breakpoint  has occurred (specified in the Debugger), 
  136.  or the Trace Table is full (by setting Trace to  DISPLAY 
  137.  in the debugger).  If  any  of these conditions are true 
  138.  and  the  .SYM  file cannot be found, this error occurs. 
  139.  It is also possible that the  Debugger  can't  open  the 
  140.  .SYM file when too  many  files have been opened and DOS 
  141.  refuses to open any more. If this happens the DOS ERROR: 
  142.  prompt and the message,  'Too many open files',  will be 
  143.  displayed.
  144.   Press Enter for more or Esc to return to the Processor  
  145. !://!!
  146. FFUNCKEYS
  147. Unable to logout transaction. 
  148. Can't write to pre-image file.
  149. Check free disk space.
  150. FUNCKEYS
  151.  This  error means that either the disk has no free space 
  152.  left, the directory is full, or an attempt to write data 
  153.  to a file that was marked read-only was made.
  154.   Press Enter for more or Esc to return to the Processor  
  155. !://!!
  156. FUNCKEYS
  157.  A  RETURN was made from a function without supplying a 
  158.  value to return. This usally occurs when a function is 
  159.  written without a RETURN statement at the end, and the 
  160.  Processor executes off the end of a function.
  161.  Press Enter for more or Esc to return to the Processor 
  162. !8//!
  163. FUNCKEYS
  164.  The data file is already open.  Files that need to be  
  165.  shared must be opened with SHARE.
  166.  Press Enter for more or Esc to return to the Processor 
  167. !8//!
  168. FUNCKEYS
  169. The Processor will not continue to load this module  
  170. and the  rest  of  the program because there are
  171. errors in the module, and the results of executing
  172. the statements in error are unpredictable.
  173.  Press Enter for more or Esc to return to the Processor 
  174. !8//!
  175. FUNCKEYS
  176.  The file is compressed, corrupt, or not a CLARION file 
  177.  Press Enter for more or Esc to return to the Processor 
  178. FFUNCKEYS
  179. No CREATE attribute on the file defintion 
  180. and there was an attemt to CREATE the file
  181. g FUNCKEYS
  182. The file must be opened SHAREd to perform the operation 
  183. where the Halt occured.
  184.  Press Enter for more help or Esc to return to Processor
  185. !8//!
  186. ouFUNCKEYS
  187. The KEY file(s) and the DATa file are mismatched.  Run 
  188. the data file through the Sorter to rebuild the keys.  
  189. Press Enter for more help or Esc to return to Processor
  190. FUNCKEYS
  191. An attempt was made to assign a wrong type to an external parameter
  192. Press Enter for more help or Esc to return to Processor
  193. taFUNCKEYS
  194. Any screen command that operates on an open screen
  195. requires a screen to be open.
  196. Press Enter for more help or Esc to return to Processor
  197. FFUNCKEYS
  198. LOGOUT ALREADY ACTIVE : Tried to do a
  199. LOGOUT and one was currently active. 
  200. FUNCKEYS
  201.   There was not enough available memory to execute the  
  202.   statement where the error occured.
  203.  Press Enter for more or Esc to return to the Processor 
  204. !8//!
  205. s FUNCKEYS
  206. An error has occurred which caused the Processor
  207. to halt execution of the named program.
  208.  Halted at:  The  procedure  or  function name where the 
  209. Processor halted.  If the .SYM file for this
  210. module is found, the  line  number  is
  211. displayed.
  212.  Call From:  The procedure or function name which called 
  213. the halted at procedure.  If the .SYM file  
  214. for this module is found, the line number
  215. is displayed.
  216.   Press Enter for more or Esc to return to the Processor 
  217. !9//!
  218. !9//!
  219. !9//!!
  220. 1000    
  221. 15      
  222. 19      
  223. 2       <
  224. 20      b
  225. 21      
  226. 22      
  227. 23      }    
  228. 24      
  229. 25      
  230. 26      
  231. 27      
  232. 29      c
  233. 3       
  234. 36      
  235. 37      
  236. 38      p
  237. 39      d
  238. 4       \
  239. 41      
  240. 44      
  241. 45      
  242. 46      
  243. 47      
  244. 48      
  245. 49      
  246. 5       
  247. 50      
  248. 51      ["
  249. 52      K#
  250. 53      
  251. 54      
  252. 55      2&
  253. 56      
  254. 57      
  255. 58      
  256. 59      
  257. 8       A*
  258. HALT    3+
  259.